-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] do not call setHyphenationFrequency on AndroidSdk < 23 #29258
Conversation
Base commit: e261f02 |
Base commit: e261f02 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdvacca has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@fabriziobertoglio1987 can you update the documentation with this change as well? |
1 similar comment
@fabriziobertoglio1987 can you update the documentation with this change as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This pull request was successfully merged by @fabriziobertoglio1987 in 7d8aeb4. When will my fix make it into a release? | Upcoming Releases |
Thanks a lot! facebook/react-native-website#2007 |
Summary
@JoshuaGross This issue fixes #28279 as discussed in #29157 (comment)
Avoid calling setHyphenationFrequency on Android Sdk < 23.
Changelog
[Android] [Fixed] - do not call setHyphenationFrequency on AndroidSdk < 23
Test Plan
The warning displayed with
adb logcat | grep -P "ReactTextAnchorViewManager"
I remain available to do improvements. Thanks a lot. Fabrizio.